runtime.debugLogReader.uvarint (method)
13 uses
runtime (current package)
debuglog.go#L585: tick = r.uvarint() + r.tick
debuglog.go#L586: nano = r.uvarint() + r.nano
debuglog.go#L592: func (r *debugLogReader) uvarint() uint64 {
debuglog.go#L606: u := r.uvarint()
debuglog.go#L638: print(r.uvarint())
debuglog.go#L641: print(hex(r.uvarint()))
debuglog.go#L644: sl := r.uvarint()
debuglog.go#L661: len, ptr := int(r.uvarint()), uintptr(r.uvarint())
debuglog.go#L673: print("..(", r.uvarint(), " more bytes)..")
debuglog.go#L676: printDebugLogPC(uintptr(r.uvarint()), false)
debuglog.go#L679: n := int(r.uvarint())
debuglog.go#L686: printDebugLogPC(uintptr(r.uvarint()), true)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |